GtkWidget: Handle style updates before realize
authorAlexander Larsson <alexl@redhat.com>
Wed, 20 Mar 2013 12:56:16 +0000 (13:56 +0100)
committerAlexander Larsson <alexl@redhat.com>
Wed, 20 Mar 2013 12:56:16 +0000 (13:56 +0100)
commit76e466197a5fef910ce76f76785829fa52d709e7
tree29f47598aaa76c0ff1a42215c31ee85713ae96b5
parentb20fde048fdf4de5b0949e2885d0247d17797acc
GtkWidget: Handle style updates before realize

If the style changes before we're realized we will delay the
style-updated signal until realize. However, we then lose
the changes bitmap. This means that gtk_widget_real_style_updated()
must treat a NULL change as "everything changed" and queue a resize.
gtk/gtkwidget.c